[INFO] cloning repository https://github.com/Akmadan23/aoc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Akmadan23/aoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 89728b94589a4a6dde8adf50683207ed93addd10
[INFO] checking Akmadan23/aoc against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Akmadan23/aoc
[INFO] finished tweaking git repo https://github.com/Akmadan23/aoc
[INFO] tweaked toml for git repo https://github.com/Akmadan23/aoc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akmadan23/aoc on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `day2020_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_01.rs
[INFO] [stderr] 1 + src/bin/day2020-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_02.rs
[INFO] [stderr] 1 + src/bin/day2020-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_03.rs
[INFO] [stderr] 1 + src/bin/day2020-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_04.rs
[INFO] [stderr] 1 + src/bin/day2020-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_01.rs
[INFO] [stderr] 1 + src/bin/day2021-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_02.rs
[INFO] [stderr] 1 + src/bin/day2021-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_03.rs
[INFO] [stderr] 1 + src/bin/day2021-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_04.rs
[INFO] [stderr] 1 + src/bin/day2021-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_05.rs
[INFO] [stderr] 1 + src/bin/day2021-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_06.rs
[INFO] [stderr] 1 + src/bin/day2021-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_07.rs
[INFO] [stderr] 1 + src/bin/day2021-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_01.rs
[INFO] [stderr] 1 + src/bin/day2022-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_02.rs
[INFO] [stderr] 1 + src/bin/day2022-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_03.rs
[INFO] [stderr] 1 + src/bin/day2022-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_04.rs
[INFO] [stderr] 1 + src/bin/day2022-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_05.rs
[INFO] [stderr] 1 + src/bin/day2022-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_06.rs
[INFO] [stderr] 1 + src/bin/day2022-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_07.rs
[INFO] [stderr] 1 + src/bin/day2022-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_08.rs
[INFO] [stderr] 1 + src/bin/day2022-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_01.rs
[INFO] [stderr] 1 + src/bin/day2023-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_02.rs
[INFO] [stderr] 1 + src/bin/day2023-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_03.rs
[INFO] [stderr] 1 + src/bin/day2023-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_04.rs
[INFO] [stderr] 1 + src/bin/day2023-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_05.rs
[INFO] [stderr] 1 + src/bin/day2023-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_06.rs
[INFO] [stderr] 1 + src/bin/day2023-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_07.rs
[INFO] [stderr] 1 + src/bin/day2023-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_08.rs
[INFO] [stderr] 1 + src/bin/day2023-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_09` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_09
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-09`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_09.rs
[INFO] [stderr] 1 + src/bin/day2023-09.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_10` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_10
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-10`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_10.rs
[INFO] [stderr] 1 + src/bin/day2023-10.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_11` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_11
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-11`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_11.rs
[INFO] [stderr] 1 + src/bin/day2023-11.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_01.rs
[INFO] [stderr] 1 + src/bin/day2024-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_02.rs
[INFO] [stderr] 1 + src/bin/day2024-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_03.rs
[INFO] [stderr] 1 + src/bin/day2024-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_04.rs
[INFO] [stderr] 1 + src/bin/day2024-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_05.rs
[INFO] [stderr] 1 + src/bin/day2024-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_06.rs
[INFO] [stderr] 1 + src/bin/day2024-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_07.rs
[INFO] [stderr] 1 + src/bin/day2024-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `aoc` (manifest) generated 37 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking Akmadan23/aoc against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Akmadan23/aoc
[INFO] finished tweaking git repo https://github.com/Akmadan23/aoc
[INFO] tweaked toml for git repo https://github.com/Akmadan23/aoc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akmadan23/aoc on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `day2020_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_01.rs
[INFO] [stderr] 1 + src/bin/day2020-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_02.rs
[INFO] [stderr] 1 + src/bin/day2020-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_03.rs
[INFO] [stderr] 1 + src/bin/day2020-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_04.rs
[INFO] [stderr] 1 + src/bin/day2020-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_01.rs
[INFO] [stderr] 1 + src/bin/day2021-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_02.rs
[INFO] [stderr] 1 + src/bin/day2021-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_03.rs
[INFO] [stderr] 1 + src/bin/day2021-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_04.rs
[INFO] [stderr] 1 + src/bin/day2021-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_05.rs
[INFO] [stderr] 1 + src/bin/day2021-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_06.rs
[INFO] [stderr] 1 + src/bin/day2021-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_07.rs
[INFO] [stderr] 1 + src/bin/day2021-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_01.rs
[INFO] [stderr] 1 + src/bin/day2022-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_02.rs
[INFO] [stderr] 1 + src/bin/day2022-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_03.rs
[INFO] [stderr] 1 + src/bin/day2022-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_04.rs
[INFO] [stderr] 1 + src/bin/day2022-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_05.rs
[INFO] [stderr] 1 + src/bin/day2022-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_06.rs
[INFO] [stderr] 1 + src/bin/day2022-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_07.rs
[INFO] [stderr] 1 + src/bin/day2022-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_08.rs
[INFO] [stderr] 1 + src/bin/day2022-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_01.rs
[INFO] [stderr] 1 + src/bin/day2023-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_02.rs
[INFO] [stderr] 1 + src/bin/day2023-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_03.rs
[INFO] [stderr] 1 + src/bin/day2023-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_04.rs
[INFO] [stderr] 1 + src/bin/day2023-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_05.rs
[INFO] [stderr] 1 + src/bin/day2023-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_06.rs
[INFO] [stderr] 1 + src/bin/day2023-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_07.rs
[INFO] [stderr] 1 + src/bin/day2023-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_08.rs
[INFO] [stderr] 1 + src/bin/day2023-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_09` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_09
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-09`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_09.rs
[INFO] [stderr] 1 + src/bin/day2023-09.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_10` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_10
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-10`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_10.rs
[INFO] [stderr] 1 + src/bin/day2023-10.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_11` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_11
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-11`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_11.rs
[INFO] [stderr] 1 + src/bin/day2023-11.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_01.rs
[INFO] [stderr] 1 + src/bin/day2024-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_02.rs
[INFO] [stderr] 1 + src/bin/day2024-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_03.rs
[INFO] [stderr] 1 + src/bin/day2024-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_04.rs
[INFO] [stderr] 1 + src/bin/day2024-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_05.rs
[INFO] [stderr] 1 + src/bin/day2024-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_06.rs
[INFO] [stderr] 1 + src/bin/day2024-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_07.rs
[INFO] [stderr] 1 + src/bin/day2024-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `aoc` (manifest) generated 37 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking Akmadan23/aoc against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Akmadan23/aoc
[INFO] finished tweaking git repo https://github.com/Akmadan23/aoc
[INFO] tweaked toml for git repo https://github.com/Akmadan23/aoc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akmadan23/aoc on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `day2020_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_01.rs
[INFO] [stderr] 1 + src/bin/day2020-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_02.rs
[INFO] [stderr] 1 + src/bin/day2020-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_03.rs
[INFO] [stderr] 1 + src/bin/day2020-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_04.rs
[INFO] [stderr] 1 + src/bin/day2020-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_01.rs
[INFO] [stderr] 1 + src/bin/day2021-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_02.rs
[INFO] [stderr] 1 + src/bin/day2021-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_03.rs
[INFO] [stderr] 1 + src/bin/day2021-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_04.rs
[INFO] [stderr] 1 + src/bin/day2021-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_05.rs
[INFO] [stderr] 1 + src/bin/day2021-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_06.rs
[INFO] [stderr] 1 + src/bin/day2021-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_07.rs
[INFO] [stderr] 1 + src/bin/day2021-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_01.rs
[INFO] [stderr] 1 + src/bin/day2022-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_02.rs
[INFO] [stderr] 1 + src/bin/day2022-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_03.rs
[INFO] [stderr] 1 + src/bin/day2022-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_04.rs
[INFO] [stderr] 1 + src/bin/day2022-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_05.rs
[INFO] [stderr] 1 + src/bin/day2022-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_06.rs
[INFO] [stderr] 1 + src/bin/day2022-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_07.rs
[INFO] [stderr] 1 + src/bin/day2022-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_08.rs
[INFO] [stderr] 1 + src/bin/day2022-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_01.rs
[INFO] [stderr] 1 + src/bin/day2023-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_02.rs
[INFO] [stderr] 1 + src/bin/day2023-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_03.rs
[INFO] [stderr] 1 + src/bin/day2023-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_04.rs
[INFO] [stderr] 1 + src/bin/day2023-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_05.rs
[INFO] [stderr] 1 + src/bin/day2023-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_06.rs
[INFO] [stderr] 1 + src/bin/day2023-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_07.rs
[INFO] [stderr] 1 + src/bin/day2023-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_08.rs
[INFO] [stderr] 1 + src/bin/day2023-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_09` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_09
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-09`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_09.rs
[INFO] [stderr] 1 + src/bin/day2023-09.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_10` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_10
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-10`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_10.rs
[INFO] [stderr] 1 + src/bin/day2023-10.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_11` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_11
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-11`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_11.rs
[INFO] [stderr] 1 + src/bin/day2023-11.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_01.rs
[INFO] [stderr] 1 + src/bin/day2024-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_02.rs
[INFO] [stderr] 1 + src/bin/day2024-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_03.rs
[INFO] [stderr] 1 + src/bin/day2024-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_04.rs
[INFO] [stderr] 1 + src/bin/day2024-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_05.rs
[INFO] [stderr] 1 + src/bin/day2024-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_06.rs
[INFO] [stderr] 1 + src/bin/day2024-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_07.rs
[INFO] [stderr] 1 + src/bin/day2024-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `aoc` (manifest) generated 37 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking Akmadan23/aoc against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Akmadan23/aoc
[INFO] finished tweaking git repo https://github.com/Akmadan23/aoc
[INFO] tweaked toml for git repo https://github.com/Akmadan23/aoc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akmadan23/aoc on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `day2020_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_01.rs
[INFO] [stderr] 1 + src/bin/day2020-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_02.rs
[INFO] [stderr] 1 + src/bin/day2020-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_03.rs
[INFO] [stderr] 1 + src/bin/day2020-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_04.rs
[INFO] [stderr] 1 + src/bin/day2020-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_01.rs
[INFO] [stderr] 1 + src/bin/day2021-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_02.rs
[INFO] [stderr] 1 + src/bin/day2021-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_03.rs
[INFO] [stderr] 1 + src/bin/day2021-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_04.rs
[INFO] [stderr] 1 + src/bin/day2021-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_05.rs
[INFO] [stderr] 1 + src/bin/day2021-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_06.rs
[INFO] [stderr] 1 + src/bin/day2021-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_07.rs
[INFO] [stderr] 1 + src/bin/day2021-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_01.rs
[INFO] [stderr] 1 + src/bin/day2022-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_02.rs
[INFO] [stderr] 1 + src/bin/day2022-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_03.rs
[INFO] [stderr] 1 + src/bin/day2022-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_04.rs
[INFO] [stderr] 1 + src/bin/day2022-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_05.rs
[INFO] [stderr] 1 + src/bin/day2022-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_06.rs
[INFO] [stderr] 1 + src/bin/day2022-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_07.rs
[INFO] [stderr] 1 + src/bin/day2022-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_08.rs
[INFO] [stderr] 1 + src/bin/day2022-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_01.rs
[INFO] [stderr] 1 + src/bin/day2023-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_02.rs
[INFO] [stderr] 1 + src/bin/day2023-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_03.rs
[INFO] [stderr] 1 + src/bin/day2023-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_04.rs
[INFO] [stderr] 1 + src/bin/day2023-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_05.rs
[INFO] [stderr] 1 + src/bin/day2023-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_06.rs
[INFO] [stderr] 1 + src/bin/day2023-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_07.rs
[INFO] [stderr] 1 + src/bin/day2023-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_08.rs
[INFO] [stderr] 1 + src/bin/day2023-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_09` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_09
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-09`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_09.rs
[INFO] [stderr] 1 + src/bin/day2023-09.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_10` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_10
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-10`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_10.rs
[INFO] [stderr] 1 + src/bin/day2023-10.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_11` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_11
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-11`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_11.rs
[INFO] [stderr] 1 + src/bin/day2023-11.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_01.rs
[INFO] [stderr] 1 + src/bin/day2024-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_02.rs
[INFO] [stderr] 1 + src/bin/day2024-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_03.rs
[INFO] [stderr] 1 + src/bin/day2024-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_04.rs
[INFO] [stderr] 1 + src/bin/day2024-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_05.rs
[INFO] [stderr] 1 + src/bin/day2024-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_06.rs
[INFO] [stderr] 1 + src/bin/day2024-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_07.rs
[INFO] [stderr] 1 + src/bin/day2024-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `aoc` (manifest) generated 37 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking Akmadan23/aoc against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAkmadan23%2Faoc" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Akmadan23/aoc
[INFO] finished tweaking git repo https://github.com/Akmadan23/aoc
[INFO] tweaked toml for git repo https://github.com/Akmadan23/aoc written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Akmadan23/aoc on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 5 packages to highest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `day2020_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_01.rs
[INFO] [stderr] 1 + src/bin/day2020-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_02.rs
[INFO] [stderr] 1 + src/bin/day2020-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_03.rs
[INFO] [stderr] 1 + src/bin/day2020-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2020_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2020_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2020-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2020_04.rs
[INFO] [stderr] 1 + src/bin/day2020-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_01.rs
[INFO] [stderr] 1 + src/bin/day2021-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_02.rs
[INFO] [stderr] 1 + src/bin/day2021-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_03.rs
[INFO] [stderr] 1 + src/bin/day2021-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_04.rs
[INFO] [stderr] 1 + src/bin/day2021-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_05.rs
[INFO] [stderr] 1 + src/bin/day2021-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_06.rs
[INFO] [stderr] 1 + src/bin/day2021-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2021_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2021_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2021-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2021_07.rs
[INFO] [stderr] 1 + src/bin/day2021-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_01.rs
[INFO] [stderr] 1 + src/bin/day2022-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_02.rs
[INFO] [stderr] 1 + src/bin/day2022-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_03.rs
[INFO] [stderr] 1 + src/bin/day2022-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_04.rs
[INFO] [stderr] 1 + src/bin/day2022-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_05.rs
[INFO] [stderr] 1 + src/bin/day2022-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_06.rs
[INFO] [stderr] 1 + src/bin/day2022-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_07.rs
[INFO] [stderr] 1 + src/bin/day2022-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2022_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2022_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2022-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2022_08.rs
[INFO] [stderr] 1 + src/bin/day2022-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_01.rs
[INFO] [stderr] 1 + src/bin/day2023-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_02.rs
[INFO] [stderr] 1 + src/bin/day2023-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_03.rs
[INFO] [stderr] 1 + src/bin/day2023-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_04.rs
[INFO] [stderr] 1 + src/bin/day2023-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_05.rs
[INFO] [stderr] 1 + src/bin/day2023-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_06.rs
[INFO] [stderr] 1 + src/bin/day2023-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_07.rs
[INFO] [stderr] 1 + src/bin/day2023-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_08` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_08
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-08`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_08.rs
[INFO] [stderr] 1 + src/bin/day2023-08.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_09` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_09
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-09`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_09.rs
[INFO] [stderr] 1 + src/bin/day2023-09.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_10` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_10
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-10`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_10.rs
[INFO] [stderr] 1 + src/bin/day2023-10.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2023_11` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2023_11
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2023-11`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2023_11.rs
[INFO] [stderr] 1 + src/bin/day2023-11.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_01` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_01
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-01`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_01.rs
[INFO] [stderr] 1 + src/bin/day2024-01.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_02` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_02
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-02`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_02.rs
[INFO] [stderr] 1 + src/bin/day2024-02.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_03` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_03
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-03`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_03.rs
[INFO] [stderr] 1 + src/bin/day2024-03.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_04` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_04
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-04`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_04.rs
[INFO] [stderr] 1 + src/bin/day2024-04.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_05` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_05
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-05`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_05.rs
[INFO] [stderr] 1 + src/bin/day2024-05.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_06` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_06
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-06`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_06.rs
[INFO] [stderr] 1 + src/bin/day2024-06.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `day2024_07` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-3-tc2/source/target/.../day2024_07
[INFO] [stderr]   |                                                  ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `day2024-07`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/day2024_07.rs
[INFO] [stderr] 1 + src/bin/day2024-07.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `aoc` (manifest) generated 37 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device


sandbox container could not be created: command failed: exit status: 1

Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device

Caused by:
    command failed: exit status: 1
    
    Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device